home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 PPC / mkapplet / mkapplet.rsrc / PYC_15089___main__ (.txt) < prev    next >
Python Compiled Bytecode  |  1996-05-19  |  8KB  |  18 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.3)
  3.  
  4. __doc__ = 'Create an applet from a Python script.\n\nThis puts up a dialog asking for a Python source file (\'TEXT\').\nThe output is a file with the same name but its ".py" suffix dropped.\nIt is created by copying an applet template and then adding a \'PYC \'\nresource named __main__ containing the compiled, marshalled script.\n'
  5. 'Create an applet from a Python script.\n\nThis puts up a dialog asking for a Python source file (\'TEXT\').\nThe output is a file with the same name but its ".py" suffix dropped.\nIt is created by copying an applet template and then adding a \'PYC \'\nresource named __main__ containing the compiled, marshalled script.\n'
  6. DEBUG = 0
  7. import sys
  8. sys.stdout = sys.stderr
  9. import string
  10. import os
  11. import marshal
  12. import imp
  13. import macfs
  14. import MACFS
  15. import MacOS
  16. *
  17. # WARNING: Decompyle incomplete
  18.